How to: Use the SUMPRODUCT() function.

Solution:


Select the cell where the result of the SUMPRODUCT() function is to be displayed. Enter =SUMPRODUCT(<cell range>,<cell range>).

NOTE: The SUMPRODUCT() function multiplies the corresponding components of the specified ranges, adds the results of multiplication, and returns the sum in the selected cell. All the specified cell ranges (arguments) must be the same size and shape. Up to 30 arguments can be entered.